NonUniformVectorFieldDataSeries Constructor(Double[],Double[],Double[],Double[],IList<IPointMetadata>)
Initializes a new instance of NonUniformVectorFieldDataSeries with Cartesian vector components.
Syntax
Parameters
- x
- The X positions of each vector origin.
- y
- The Y positions of each vector origin.
- dx
- The horizontal (X) displacement component of each vector.
- dy
- The vertical (Y) displacement component of each vector.
- metadata
- Optional per-point metadata array.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also